Manage contact interest category translations.
Name | Type | Is Mandatory |
---|---|---|
ContactInterestCategoryTranslationId | String | |
ContactInterestCategoryId | Int16 | |
LanguageId | String | |
Label | String | |
ContactInterestCategory | ContactInterestCategory | |
Language | Language |
Select all ContactInterestCategoryTranslations
https://customerapi.fts-crm360.com/data/ContactInterestCategoryTranslations()
HttpMethod : GET
Json Result :
[
{
"ContactInterestCategoryTranslationId" : "cJPIvhnmbj uCRx",
"ContactInterestCategoryId" : "5",
"LanguageId" : "s03OLx 1AVRS LBN",
"Label" : "PqQ5p hxHQ"
},
{
"ContactInterestCategoryTranslationId" : "KWpED1Y cQXORuLWTAJ",
"ContactInterestCategoryId" : "6",
"LanguageId" : "03h hyL2s ov41",
"Label" : "MWizBvH2a LdpN"
},
...
]
Select ContactInterestCategoryTranslation by Id
https://customerapi.fts-crm360.com/data/ContactInterestCategoryTranslations('string key')
HttpMethod : GET
Json Result :
{
"ContactInterestCategoryTranslationId" : "9oQUcHQgDMHv1teX",
"ContactInterestCategoryId" : "8",
"LanguageId" : "tFplzoF",
"Label" : "pZimtNeoqGoghf7"
}